home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / kbd / repeat / set_kbd_repeat-2 < prev   
Encoding:
Internet Message Format  |  2008-03-13  |  1.4 KB

  1. Date:   Wed, 21 Jul 1999 23:34:05 -0700
  2. From: Marc Merlin <marc_news@merlins.org>
  3. Cc: linux-kernel@vger.rutgers.edu, Larry Augustin <lma@valinux.com>
  4.  
  5. There is an issue with setup.S:
  6. ! Set the keyboard repeat rate to the max
  7.         mov     ax,#0x0305
  8.         xor     bx,bx           ! clear bx
  9.         int     0x16
  10.  
  11. Those lines  are not really  needed but they cause  a problem on  some (very
  12. few) systems where every other boot (or so) the keyboard won't be found (and
  13. has to be plugged/unplugged before it re-appears).
  14. It happens to affect  some of the Pentium Pro systems  that VA Linux Systems
  15. used to sell.
  16. Larry Augustin  (CEO VA)  found that  removing those  three lines  fixes the
  17. problem and VA has been shipping kernels with them disabled for at least two
  18. years without any adverse effects.
  19. The patch  actually got in  the 2.0.31pre series  (by David Miller)  but got
  20. dropped/lost when David gave up.
  21.  
  22. More details from Larry:
  23.  
  24. ----- Forwarded message from Larry Augustin <lma@valinux.com> -----
  25. From: Larry Augustin <lma@valinux.com>
  26.  
  27. Specifically,  we had  the  problem  on Intel  Venus  (VS440FX) Pentium  Pro
  28. systems.   I have  a feeling  the  problem could  be traced  to a  Keytronic
  29. keyboard BIOS bug, but I never tracked it down.
  30.  
  31. Interesting enough, that was one of the patches david miller had in the code
  32. base that got dropped when he quit doing 2.0 maintenance releases.
  33.  
  34. Larry
  35.